home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000079_icon-group-sender _Wed Mar 31 13:26:46 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id NAA20561
  4.     for icon-group-addresses; Wed, 31 Mar 1999 13:25:36 -0700 (MST)
  5. Message-Id: <199903312025.NAA20561@baskerville.CS.Arizona.EDU>
  6. Date: Wed, 31 Mar 1999 09:40:06 -0700 (MST)
  7. From: Gregg Townsend <gmt@baskerville.CS.Arizona.EDU>
  8. To: icon-group@optima.CS.Arizona.EDU, luhler@excel.com
  9. Subject: Re: Selecting and moving Graphics Objects
  10. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  11. Status: RO
  12.  
  13.     From: Lloyd Uhler <luhler@excel.com>
  14.     Subject: Selecting and moving Graphics Objects
  15.     
  16.     What modules (subroutines) in the Graphics Library (or in ICON) support
  17.     the selection of an object with the mouse and then moving that object?
  18.  
  19. For dragging, see Drag() from the Icon program library (ipl/gprocs/drag.icn).
  20. This is what VIB uses.  For selection, VIB just uses a simple loop that
  21. compares the mouse position with the bounds of the objects it knows.
  22.  
  23.    ---------------------------------------------------------------------------
  24.    Gregg Townsend              Gould-Simpson Building   gmt@cs.arizona.edu
  25.    Staff Scientist             1040 E. 4th St.          32 13 45N  110 57 16W
  26.    Dept. of Computer Science   PO Box 210077            tel: +1 520 621 4325
  27.    The University of Arizona   Tucson, AZ  85721-0077   fax: +1 520 621 4246
  28.